home *** CD-ROM | disk | FTP | other *** search
/ Corbis Images Sampler - Red / RED.iso / pc / Interface / inter.dxr / 00114_launch browser button.ls < prev    next >
Encoding:
Text File  |  1999-12-21  |  268 b   |  13 lines

  1. on mouseEnter
  2.   puppetSound(3, "over")
  3. end
  4.  
  5. on mouseUp
  6.   puppetSound(2, "click")
  7.   if the machineType = 256 then
  8.     open("..\other\red.fdb", "..\other\PCBROWS\PortBrws.exe")
  9.   else
  10.     open("RED:other:red.fdb", "RED:other:Mac Browser:portfolio browser")
  11.   end if
  12. end
  13.